home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 December / MACPOWER-1997-12.ISO.7z / MACPOWER-1997-12.ISO / MacPowerオリジナル / Edutainment World / チャンプジム for DEMO / DIR / ENDQA.DIR / 00005_Script_5 < prev    next >
Text File  |  1997-09-24  |  272b  |  13 lines

  1. on mouseUp
  2.   --      puppetsound "click"
  3.   
  4.   tell the stage 
  5.     set the modal of window "endQA" to false
  6.     forget window"endQA"
  7.     repeat with i = 1 to 48
  8.       puppetsprite i ,false
  9.     end repeat
  10.     --puppetSound 0
  11.     go to movie "QUIT"
  12.   end tell
  13. end